Add(Control)
- Category
- Method
- Description
- Adds a control to the MDI Container. This child must be a Form that is marked as an MDI Child to be added to the container. You should not call this directly, but rather set the child form's (ctl) MDIParent property: // wrong Form child = new ChildForm(); this.getMdiClient().add(child); // right Form child = new ChildForm(); child.setMdiParent(this);
- Type
- void
- Character
- public
- Parameters
-
Name Type Description value Control - Tags
- 01892ABD01, 02E3ABA98D, 0311417F6F
- Software for developers
-
.Net Components
Delphi Components
Software for Android Developers - More information resources
-
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples - Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database